home *** CD-ROM | disk | FTP | other *** search
/ Mission to McDonaldLand / Mission To McDonaldLand.iso / matele.dxr / 00017_Script_OBJECT2 < prev    next >
Text File  |  1998-10-22  |  385b  |  12 lines

  1. on mouseDown
  2.   global objects
  3.   if objects = 1 then 
  4.     puppetSound 1, the castnum of sprite 12 + 2
  5.     set the member of sprite 11 = "blank"
  6.     set the locV of sprite 11 = -100
  7.     set the member of sprite 12 = "blank"
  8.     set the locV of sprite 12 = -100
  9.     set the member of sprite 56 = "COB2"
  10.     set objects = 2
  11.   else puppetSound 1, the castnum of sprite 12 + 1
  12. end